win32: Some theming of color selector
authorAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 09:49:21 +0000 (10:49 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 09:49:21 +0000 (10:49 +0100)
gtk/gtk-win32-base.css

index 939ab0353e4014a72f38dd3adb05b3a4a3ead841..16000bbad52c684a3be539cf1f3d3fb95327a021 100644 (file)
@@ -797,4 +797,13 @@ GtkAssistant .sidebar {
     border-image: none;
     border-width: 0 1px 0 0;
     border-style: solid;
+}
+
+GtkColorSwatch {
+    border-style: solid;
+    border-width: 1px;
+}
+
+GtkColorSwatch:prelight {
+    border-color: shade (@bg_color, 0.2);
 }
\ No newline at end of file